home *** CD-ROM | disk | FTP | other *** search
Text File | 2000-01-31 | 747 b | 59 lines | [TEXT/ttxt] |
- // AWACS by Dr. Lex (1999-10-17)
- // dr.lex@cryogen.com
- // http://cryogen.com/dr.lex
-
- /* If someone knows how to avoid the "jerky" transition (the sudden camera angle change while "morphing" between some configs and this one), mail me!
- */
-
- Resn=26,
-
- Durn="1.5",
-
- CamX="-.3",
- CamY="0",
- CamZ="100",
-
- CmLX="0",
- CmLY=".1",
- CmLZ="-.9",
-
- CUpX="1",
- CUpY="0",
- CUpZ="1",
-
-
- widt=200,heig=200,
- // a square format ensures that the entire 'circle' always fits into every window size.
-
- ConL=1,ConB=0,
-
- Fall=".9",
-
-
- LvlR="0",
- LvlG=".8",
- LvlB="0",
-
- R="0",
- G="mag( s ) * ( exp( 1 - 4 * dt ))",
- B="0",
-
-
- C0="2 * st",
- D0="50 * s",
-
- X="d0 * cos( c0 )",
- Y="d0 * sin( c0 )",
- Z="0",
-
- LWdt="4",
-
- Blrs=1,BlrB=2,
-
- Scal="500",
- ScSz=1,
-
- Pers="150",
-
-
- Vers=30